runtime.profBuf.canWriteTwoRecords (method)
2 uses
runtime (current package)
profbuf.go#L263: func (b *profBuf) canWriteTwoRecords(nstk1, nstk2 int) bool {
profbuf.go#L311: if hasOverflow := b.hasOverflow(); hasOverflow && b.canWriteTwoRecords(1, len(stk)) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)